Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal Uri As String, _ ByVal args As Dictionary(Of String, String), _ ByVal clientAcceptTypes() As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RequestFields( string Uri, Dictionary<string, string> args, string[] clientAcceptTypes ) |
C++/CLI | |
---|---|
public: RequestFields( String^ Uri, Dictionary<String, String>^ args, array<String^>^ clientAcceptTypes ) |
Parameters
- Uri
- args
- clientAcceptTypes
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family